Bug 583565 – babl 0.1.0 build fixes
authorFryderyk Dziarmagowski <freetz@gmx.net>
Sat, 23 May 2009 10:49:25 +0000 (12:49 +0200)
committerMartin Nordholts <martinn@src.gnome.org>
Sat, 23 May 2009 10:56:50 +0000 (12:56 +0200)
The DESTDIR variable should not be used in a Makefile.am.

extensions/Makefile.am

index 77ecabcd7752fda92d35593e1001e50bd4ee117a..5d2cbfd6f91067c91e26ff6aeb6b8ac981867009 100644 (file)
@@ -12,7 +12,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/babl            \
        -I$(top_srcdir)/extensions
 
-extdir = $(DESTDIR)$(libdir)/babl-@BABL_API_VERSION@
+extdir = $(libdir)/babl-@BABL_API_VERSION@
 ext_LTLIBRARIES = \
        CIE-Lab.la      \
        gegl-fixups.la  \